FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nictiz.fhir.nl.r4.nl-core#0.10.0-beta.1 (46 ms)

Package nictiz.fhir.nl.r4.nl-core
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.10.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-CareTeam
Url http://nictiz.nl/fhir/StructureDefinition/nl-core-CareTeam
Status draft
Name NlcoreCareTeam
Title nl core CareTeam
Experimental False
Realm nl
Description A care team is a group of health professionals and other people involved in caring for a patient for one or more problems.
Purpose A derived profile from [zib-CareTeam](http://nictiz.nl/fhir/StructureDefinition/zib-CareTeam) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type CareTeam
Kind resource

Resources that use this resource

StructureDefinition
http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam KT2_CareTeam
http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-request nl core Procedure request

Resources that this resource uses

StructureDefinition
http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson nl core ContactPerson
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole nl core HealthProfessional PractitionerRole
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization nl core HealthcareProvider Organization
http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient nl core Patient
http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem nl core Problem
http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference Reference
http://nictiz.nl/fhir/StructureDefinition/zib-CareTeam zib CareTeam


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nl-core-CareTeam",
  "url" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-CareTeam",
  "name" : "NlcoreCareTeam",
  "title" : "nl core CareTeam",
  "status" : "draft",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A care team is a group of health professionals and other people involved in caring for a patient for one or more problems.",
  "purpose" : "A derived profile from [zib-CareTeam](http://nictiz.nl/fhir/StructureDefinition/zib-CareTeam) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "zib-careteam-v1.0-2020EN",
      "uri" : "https://zibs.nl/wiki/CareTeam-v1.0(2020EN)",
      "name" : "zib CareTeam-v1.0(2020EN)"
    },
    {
      "identity" : "zib-healthprofessional-v3.5-2020EN",
      "uri" : "https://zibs.nl/wiki/HealthProfessional-v3.5(2020EN)",
      "name" : "zib HealthProfessional-v3.5(2020EN)"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "CareTeam",
  "baseDefinition" : "http://nictiz.nl/fhir/StructureDefinition/zib-CareTeam",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "CareTeam",
        "path" : "CareTeam",
        "alias" : [
          "nl-core-CareTeam"
        ]
      },
      {
        "id" : "CareTeam.participant:contactPerson",
        "path" : "CareTeam.participant",
        "sliceName" : "contactPerson"
      },
      {
        "id" : "CareTeam.participant:contactPerson.member",
        "path" : "CareTeam.participant.member",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"
            ]
          }
        ]
      },
      {
        "id" : "CareTeam.participant:patient",
        "path" : "CareTeam.participant",
        "sliceName" : "patient"
      },
      {
        "id" : "CareTeam.participant:patient.member",
        "path" : "CareTeam.participant.member",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      },
      {
        "id" : "CareTeam.participant:healthcareProfessional",
        "path" : "CareTeam.participant",
        "sliceName" : "healthcareProfessional"
      },
      {
        "id" : "CareTeam.participant:healthcareProfessional.member",
        "path" : "CareTeam.participant.member",
        "type" : [
          {
            "code" : "Reference",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/pattern-NlCoreHealthProfessionalReference"
            ],
            "targetProfile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
            ]
          }
        ]
      },
      {
        "id" : "CareTeam.participant:healthcareProfessional.onBehalfOf",
        "path" : "CareTeam.participant.onBehalfOf",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
            ]
          }
        ]
      },
      {
        "id" : "CareTeam.reasonReference",
        "path" : "CareTeam.reasonReference",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Condition",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.